/*Normalize*/
body,object, iframe, h1, h2, h3, h4, h5, h6,blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, input,textarea ,p,div,i,b,strong,span{color: #333; font-size: 0.2rem;font-family: 'Microsoft Yahei','Arial','SimHei','SimSun';padding:0;margin:0;border:none;}
ol,ul{list-style:none;}
u {
    text-decoration: none;
}
/*body{
 max-width: 10240px;
 margin: 0 auto !important;
}*/
.fl{float:left;}
.fr{float:right;}
a { font-style: normal;
text-decoration: none;
color: #333;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.article-module-list li .module-name{color:#fff;}
/*弹框提示信息样式*/
  #message-container {
    position: fixed;
    top: 10%;
    right: 50%;
    transform: translateX(50%);
    z-index: 9999;
  }

  .message {
    display: none;
    padding: 0.125rem 0.25rem;
    border-radius: 4px;
    color: #fff;
    font-size: 0.175rem;
    font-weight: bold;
  }

  .success {
    background-color: #67c23a;
  }

  .error {
    background-color: #f56c6c;
  }

  .warning {
    background-color: #e6a23c;
  }

  #loanList {
    display: none;
  }


 
    
    .popupHeng {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 25px;
      background-color: rgba(0,0,0,0.7);
      text-align: center;
      border-radius:6px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      z-index: 9999;
      display: none;
    }

 .popupHeng  p{
  color:#fff;
  font-size:16px;
}